Files
mop3/kernel/make/flags.mk
kamkow1 6dd1d3ff1e
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
Move kernel mks into make/
2026-02-12 23:18:02 +01:00

7 lines
111 B
Makefile

include $(platform)/flags.mk
include generic/flags.mk
ifeq ($(PLATFORM_ACPI),1)
include uACPI/flags.mk
endif