]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/tqc/tqm5200/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
[karo-tx-uboot.git] / board / tqc / tqm5200 / Makefile
1 #
2 # (C) Copyright 2003-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-y   := tqm5200.o cmd_stk52xx.o cmd_tb5200.o cam5200_flash.o
9
10 $(obj)cam5200_flash.o:  cam5200_flash.c
11         $(CC) $(CFLAGS) -c -o $@ $<