7 lines
111 B
Makefile
7 lines
111 B
Makefile
include $(platform)/flags.mk
|
|
include generic/flags.mk
|
|
|
|
ifeq ($(PLATFORM_ACPI),1)
|
|
include uACPI/flags.mk
|
|
endif
|