16 lines
243 B
Makefile
16 lines
243 B
Makefile
ifndef QCONFIG
|
|
QCONFIG=qconfig.mk
|
|
endif
|
|
include $(QCONFIG)
|
|
|
|
define PINFO
|
|
PINFO DESCRIPTION=Make BIOS extension signature and x86 cksum images
|
|
endef
|
|
|
|
INSTALLDIR = usr/bin
|
|
|
|
USEFILE=$(PROJECT_ROOT)/$(NAME).c
|
|
|
|
include $(MKFILES_ROOT)/qtargets.mk
|
|
|