[make] update all of the rules.mk to use the new module system

This commit is contained in:
Travis Geiselbrecht
2012-08-30 14:22:31 -07:00
parent 734f32b143
commit 97cfd0bfa4
61 changed files with 504 additions and 323 deletions

View File

@@ -1,7 +1,11 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULES += \
MODULE := $(LOCAL_DIR)
MODULE_DEPS += \
lib/console
OBJS += \
$(LOCAL_DIR)/shell.o
MODULE_SRCS += \
$(LOCAL_DIR)/shell.c
include make/module.mk