½Ã³î·ÎÁö¿¡¼­ Ãß°¡ ·£Ä«µå µå¶óÀÌºê ¼³Ä¡ÇÏ·Á°íÇϴµ¥¿ä

   Á¶È¸ 5684   Ãßõ 1    

컴파일을 어떻게 해야할지 모르겠습니다

내용은 아래와 같습니다.
---------------------
Makefile
----------------------
ifneq ($(KERNELRELEASE),)
        obj-m    := r8152.o
else
        KERNELDIR ?= /lib/modules/$(shell uname -r)/build
        PWD :=$(shell pwd)

.PHONY:modules
modules:
        $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules

.PHONY: all
all: clean modules install_rules install

.PHONY:clean
clean:
        $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) clean

.PHONY: install
install:
        $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) INSTALL_MOD_DIR=kernel/drivers/net/usb modules_install
        depmod $(shell uname -r)

.PHONY: install_rules
install_rules:
        install --group=root --owner=root --mode=0644 50-usb-realtek-net.rules /etc/udev/rules.d/

endif

---------------------------------------------------
-rw-r--r--    1 500      500            606 Mar 13 00:05 Makefile
-rw-rw-r--    1 500      500          11091 Mar 11  2014 compatibility.h
-rw-rw-r--    1 500      500         125823 Mar 11  2014 r8152.c

------------------------------
DiskStation> make
make -C /lib/modules/3.2.40/build SUBDIRS=/volume1/homes/tet/r8152-2.00.00 modules
make[1]: Entering directory `/lib/modules/3.2.40/build'
make[1]: *** No rule to make target `modules'.  Stop.
make[1]: Leaving directory `/lib/modules/3.2.40/build'
make: *** [modules] Error 2
ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.
http://www.2cpu.co.kr/bbs/board.php?bo_table=lec&wr_id=1452

°³¹ß(ºôµå)¿¡ ÇÊ¿äÇÑ È¯°æÀ» ¸¸µé°í make¸¦ ½ÇÇàÇØ¾ß µÉ²¨ °°½À´Ï´Ù.
°¨»çÇÕ´Ï´Ù. Çغ¸°Ú½À´Ï´Ù.


NAS
Á¦¸ñPage 249/303
2015-12   1098126   ¹é¸Þ°¡
2014-05   4548229   Á¤ÀºÁØ1
2015-03   8288   ÀÇ°ú´ëÇпø»ý
2015-03   6243   naan
2015-03   6026   motu
2015-03   8228   ÀÓ»ó°æ
2015-03   6041   BoKi
2015-03   13776   ŸÀÌƲ1
2015-03   6074   ¹ÚÇö¹®
2015-03   7519   yipsei
2015-03   6605   icarusom1
2015-03   6782   µ¿ÇàÅ¥ºê
2015-03   8602   Àü¼³¼ÓÀǹ̡¦
2015-03   11757   º¸°â·¯ºê
2015-03   6213   ¿õÀ̵ÕÀÌ
2015-03   5350   Àü¼³¼ÓÀǹ̡¦
2015-03   5685   ºÒ·Î¼Òµæ
2015-03   12444   ºÒ·Î¼Òµæ
2015-03   8094   ÀÚºÒÀÌ
2015-03   5147   Àü¼³¼ÓÀǹ̡¦
2015-03   3944   DDAYs
2015-03   7495   À±¼º±¸