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

   Á¶È¸ 5894   Ãßõ 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 255/309
2015-12   1850948   ¹é¸Þ°¡
2014-05   5335947   Á¤ÀºÁØ1
2015-03   8513   ÀÓ»ó°æ
2015-03   6220   BoKi
2015-03   14117   ŸÀÌÆ²1
2015-03   6249   ¹ÚÇö¹®
2015-03   7766   yipsei
2015-03   6913   icarusom1
2015-03   6966   µ¿ÇàÅ¥ºê
2015-03   8822   Àü¼³¼ÓÀǹ̡¦
2015-03   11997   º¸°â·¯ºê
2015-03   6403   ¿õÀ̵ÕÀÌ
2015-03   5530   Àü¼³¼ÓÀǹ̡¦
2015-03   5895   ºÒ·Î¼Òµæ
2015-03   13047   ºÒ·Î¼Òµæ
2015-03   8293   ÀÚºÒÀÌ
2015-03   5343   Àü¼³¼ÓÀǹ̡¦
2015-03   4143   DDAYs
2015-03   7715   À±¼º±¸
2015-03   5587   ¸Þµõ
2015-03   5941   ÇØ¸²
2015-03   5241   Àü¼³¼ÓÀǹ̡¦