summaryrefslogtreecommitdiff
path: root/src/cpu/samsung/s5p-common/Makefile.inc
blob: df67573b8448c30a5ee8dbc0d7fa9cedad5dfe8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bootblock-y += pwm.c
bootblock-y += timer.c

romstage-y += cpu_info.c
romstage-y += pwm.c	# needed by timer.c
romstage-y += s5p_gpio.c
romstage-y += timer.c
romstage-y += s3c24x0_i2c.c

#romstage-y += sromc.c
#romstage-y += wdt.c

ramstage-y += cpu_info.c
ramstage-y += pwm.c	# needed by timer.c
ramstage-y += timer.c
ramstage-y += s5p_gpio.c
ramstage-y += s3c24x0_i2c.c