- Timestamp:
- 06/15/09 21:44:24 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/netchannel/devices/linux/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/devices/linux/Makefile
r1889 r2074 5 5 6 6 build: $(MODULES) 7 ld -r$(MODULES) -o linux.sys7 ld $(LD_R_FLAGS) $(MODULES) -o linux.sys 8 8 9 9 modules_install:
