diff options
Diffstat (limited to 'board/sandbox/Makefile')
-rw-r--r-- | board/sandbox/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sandbox/Makefile b/board/sandbox/Makefile new file mode 100644 index 0000000000..a0b9880d6e --- /dev/null +++ b/board/sandbox/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (c) 2011 The Chromium OS Authors. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := sandbox.o |