Results 1 to 1 of 1
hello all,
I loading my atm driver as module in linux 2.4.when i give command
make modules ,i am getting this error,
make[3]: *** No rule to make target ` ...
- 05-01-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 21
[SOLVED] error in makefile compilation
hello all,
I loading my atm driver as module in linux 2.4.when i give command
make modules ,i am getting this error,
make[3]: *** No rule to make target ` ', needed by `cornetatm.o'. Stop.
i have attached my makefile here ,
/***************************************/
O_TARGET := cornetatm.o
obj-y := cnatm.o cn_src_init.o cn_src_state.o cn_src_ncr.o cn_src_mem.o cnphy.o cn_ddpiPeer.o \
cn_receivePeer.o cn_transmitPeer.o cn_ddpiList.o cn_ddpiPm.o cn_ddpi.o cn_pduloop.o cn_listElement.o \ cn_ddpiVcc.o cn_src_er.o cn_rsmFbQueueEntry.o cn_ddpiReceive.o cn_ddpiRsmStatusQueueEntry.o \
cn_seg_xmit.o cn_segStatusQueueEntry.o cn_seg_tx_queue.o cn_seg_alloc.o cn_src_event.o \
cn_src_blocking.o cn_src_stats.o cn_ddpiTransmit.o cn_interruptController.o \
cn_pollingController.o cn_ddpiSbd.o cn_seg_cbr.o cn_seg_vcc.o cn_rsm_alloc.o \
cn_rsm_fbq.o cn_rsm_stq.o cn_rsm_timeout.o cn_rsm_vcc.o cn_transmitVcc.o cn_receiveVcc.o \
cn_list_apply.o cn_list_create.o cn_list_delete.o cn_list_destroy.o cn_list_find.o \
cn_list_insert.o cn_seg_stq.o cn_servcati_cbr.o cn_servcati_abr.o cn_servcati_tmpl.o \
cn_servcati_er.o cn_servcati.o cn_servcati_vbr.o cn_multi_phy.o
obj-m += $(O_TARGET)
include $(TOPDIR)/Rules.make
/************************************************** ***/
please help me to solve this problem
thank u,


