# vim:set ft=make:

PREPROCESS_PARTS        += pxa vcache arm_v5
RAM_PHYS_BASE           := 0xa0000000
VPATH                   += kern/arm/bsp/pxa-sa
OBJECTS_LIBUART         += uart_16550.o
CXXFLAGS_uart-libuart   += $(call LIBUART_UART, 16550)
CXXFLAGS_uart-libuart   += -DUART_16550_INIT_IER=0x40

config_IMPL           += config-arm-pxa_sa1100
mem_layout_IMPL       += mem_layout-arm-pxa
pic_IMPL              += pic-arm-pxa_sa1100
bootstrap_IMPL        += bootstrap-arm-pxa
timer_IMPL            += timer-arm-pxa_sa1100
timer_tick_IMPL       += timer_tick-single-vector
reset_IMPL            += reset-arm-pxa
timestamp_IMPL        += timestamp-generic
clock_IMPL            += clock-generic
