Rev 1665 | Blame | Compare with Previous | Last modification | View Log | RSS feed
ifndef BASE
BASE=../../..
endif
include $(BASE)/config/config.mk
PROGS = pong
include $(BASE)/config/example.mk
pong:
make -f $(SUBMAKE) APP=pong BASE=$(BASE) INIT= OTHEROBJS="initfile.o jetctrl.o" OTHERINCL= SHARKOPT="__LINUXC26__ __INPUT__ __PCI__ __FB__ __NET__"