root / Whitix / branches / scheduler / net / Makefile

Revision 676, 325 bytes (checked in by mwhitworth, 6 months ago)

Update net Makefile, remove macro.

Line 
1DEPTH=../
2MODULES = local.sys socket.sys network.sys device.sys eth.sys
3
4build: $(MODULES)
5        $(MAKE) -C inet
6        ld $(LD_R_FLAGS) socket.sys network.sys device.sys eth.sys -o net.sys
7
8modules_install:
9        $(MAKE) -C inet modules_install
10        cp net.sys local.sys ../CdRoot/System/Modules/Core
11
12include $(DEPTH)make.inc
13-include $(DEPS)
Note: See TracBrowser for help on using the browser.