Major refactor of x86 code into a single arch. Also bump both 32 and 64 bit to running the kernel at a 'high' address.
13 lines
182 B
Makefile
13 lines
182 B
Makefile
# mostly null target configuration for pc-x86
|
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULE := $(LOCAL_DIR)
|
|
|
|
PLATFORM := pc
|
|
|
|
MODULE_SRCS += \
|
|
$(LOCAL_DIR)/config.c
|
|
|
|
include make/module.mk
|
|
|