Move -Wmissing-declarations and -Wmissing-prototypes into this bucket. Opt in most of the core top level modules in the system. More to follow.
14 lines
223 B
Makefile
14 lines
223 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULE := $(LOCAL_DIR)
|
|
|
|
MODULE_SRCS += \
|
|
$(LOCAL_DIR)/bootalloc.c \
|
|
$(LOCAL_DIR)/pmm.c \
|
|
$(LOCAL_DIR)/vm.c \
|
|
$(LOCAL_DIR)/vmm.c \
|
|
|
|
MODULE_OPTIONS := extra_warnings
|
|
|
|
include make/module.mk
|