ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/Linux/NetDriver/Makefile
(Generate patch)

Comparing BasiliskII/src/Unix/Linux/NetDriver/Makefile (file contents):
Revision 1.3 by cebix, 2001-02-02T20:52:58Z vs.
Revision 1.6 by cebix, 2003-02-06T19:10:08Z

# Line 3 | Line 3
3   ## System specific configuration
4   CC = cc
5   CPPFLAGS = -I. -I/usr/src/linux/include
6 < CFLAGS = -O2 -Wall -fno-builtin -D__KERNEL__ -DMODULE
6 > CFLAGS = -O2 -Wall -D__KERNEL__ -DMODULE
7   ASFLAGS =
8   LDFLAGS =
9   LIBS =
# Line 18 | Line 18 | sheep_net.o: sheep_net.c
18   dev:
19          mknod /dev/sheep_net c 10 198
20  
21 + install: sheep_net.o
22 +        install -d /lib/modules/`uname -r`/misc
23 +        install -m 644 sheep_net.o /lib/modules/`uname -r`/misc
24 +
25   clean:
26          -rm $(OBJS)
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines