diff options
Diffstat (limited to 'qemu/roms/u-boot/board/st-ericsson/snowball/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/st-ericsson/snowball/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/st-ericsson/snowball/Makefile b/qemu/roms/u-boot/board/st-ericsson/snowball/Makefile new file mode 100644 index 000000000..f0605e2bc --- /dev/null +++ b/qemu/roms/u-boot/board/st-ericsson/snowball/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (C) ST-Ericsson SA 2009 +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ccflags-y += -D__RELEASE -D__STN_8500 + +obj-y := snowball.o |