openblt

a hobby OS from the late 90s
git clone http://frotz.net/git/openblt.git
Log | Files | Refs | LICENSE

Makefile (206B)


      1 BLTHOME := ../../
      2 include $(BLTHOME)make.conf
      3 
      4 SRCS		:= ne2k.c ne2000.c pciglue.cpp
      5 BINARY		:= ne2000.bin
      6 LIBS		:= -lposix -lblt -lc
      7 CFLAGS		+= -I../pci
      8 CXXFLAGS	+= -I../pci
      9 
     10 include $(BLTHOME)make.actions