Changeset 437 for Whitix/branches/hybrid/devices/linux
- Timestamp:
- 05/06/08 18:06:20 (7 months ago)
- Location:
- Whitix/branches/hybrid/devices/linux
- Files:
-
- 3 added
- 1 removed
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/devices/linux/Makefile
r435 r437 2 2 include ../../make.inc 3 3 4 MODULES = linux.sys 4 OBJS = net.o pci.o irq.o 5 5 6 build:: $(MODULES) 6 build: $(OBJS) 7 ld -r $(OBJS) -o linux.sys 8 9 modules_install: 10 cp linux.sys ../../CdRoot/System/Modules/Core 7 11 8 12 clean:
