openblt

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

Makefile (205B)


      1 BLTHOME := ../
      2 
      3 include $(BLTHOME)make.conf
      4 
      5 CFLAGS		+= -I../kernel
      6 BINARY		:= boot.bin
      7 OBJS		:= bootstub.o boot.o
      8 LIBS		:= -lconsole
      9 ENTRY		:= $(ENTRY_BOOTSTRAP)
     10 CRT0		:= 
     11 
     12 include $(BLTHOME)make.actions