diff options
Diffstat (limited to 'arch/avr32/boot/u-boot/Makefile')
-rw-r--r-- | arch/avr32/boot/u-boot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/boot/u-boot/Makefile b/arch/avr32/boot/u-boot/Makefile new file mode 100644 index 000000000..125ddc96c --- /dev/null +++ b/arch/avr32/boot/u-boot/Makefile @@ -0,0 +1,3 @@ +extra-y := head.o + +obj-y := empty.o |