Files
lk/target/pc-x86/rules.mk
Travis Geiselbrecht ee672a5471 [arch][x86] flatten x86-64 and x86 into a single tree of code
Major refactor of x86 code into a single arch.
Also bump both 32 and 64 bit to running the kernel at a 'high' address.
2016-02-29 12:42:45 -08:00

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