root / Whitix / branches / hybrid / devices / linux / Makefile
| Revision 437, 196 bytes (checked in by mwhitworth, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | DEPTH=../../ |
| 2 | include ../../make.inc |
| 3 | |
| 4 | OBJS = net.o pci.o irq.o |
| 5 | |
| 6 | build: $(OBJS) |
| 7 | ld -r $(OBJS) -o linux.sys |
| 8 | |
| 9 | modules_install: |
| 10 | cp linux.sys ../../CdRoot/System/Modules/Core |
| 11 | |
| 12 | clean: |
| 13 | rm -f *.o *.sys |
Note: See TracBrowser
for help on using the browser.
