diff options
Diffstat (limited to 'roms/u-boot/arch/avr32/lib/Makefile')
| -rw-r--r-- | roms/u-boot/arch/avr32/lib/Makefile | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/roms/u-boot/arch/avr32/lib/Makefile b/roms/u-boot/arch/avr32/lib/Makefile new file mode 100644 index 00000000..bb45cbe1 --- /dev/null +++ b/roms/u-boot/arch/avr32/lib/Makefile @@ -0,0 +1,13 @@ +# +# (C) Copyright 2002-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2004-2006 Atmel Corporation +# +# SPDX-License-Identifier:	GPL-2.0+ +# + +obj-y	+= memset.o +obj-y	+= board.o +obj-$(CONFIG_CMD_BOOTM) += bootm.o +obj-y	+= interrupts.o | 
