diff options
Diffstat (limited to 'roms/u-boot/fs/sandbox/Makefile')
-rw-r--r-- | roms/u-boot/fs/sandbox/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/fs/sandbox/Makefile b/roms/u-boot/fs/sandbox/Makefile new file mode 100644 index 000000000..06090519b --- /dev/null +++ b/roms/u-boot/fs/sandbox/Makefile @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2012, Google Inc. +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2003 +# Pavel Bartusek, Sysgo Real-Time Solutions AG, pba@sysgo.de + +obj-y := sandboxfs.o |