summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/Makefile
blob: ed01cb9c3e25b3ba64fe0a7f4018f3a47ff21934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
obj-y += board.o
obj-y += clock.o
obj-y += hostfile.o
obj-y += console.o
obj-y += devices.o
obj-y += dtb.o
obj-y += power.o
obj-y += dev-random.o
obj-y += watchdog.o
obj-$(CONFIG_LED) += led.o

extra-y += barebox.lds

extra-y += stickypage.bin

OBJCOPYFLAGS_stickypage.bin = -O binary

%.bin: %.o
	$(call if_changed,objcopy)