|
|
Jump to this file's LXR Page |
|
1 jelson 1.3 KERNEL_HOME := /usr/src/linux 2 | ||
3 jelson 1.1 default: emlog.o 4 | ||
5 jelson 1.2 clean: 6 rm -f *.o 7 | ||
8 jelson 1.1 emlog.o: emlog.c emlog.h | ||
9 jelson 1.3 gcc -O2 -c -I$(KERNEL_HOME)/include -D__KERNEL__ -DMODULE emlog.c |
| CENS CVS Mailing List |
Powered by ViewCVS 0.9.2 |