diff options
Diffstat (limited to 'board/bosch/shc/Makefile')
-rw-r--r-- | board/bosch/shc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/bosch/shc/Makefile b/board/bosch/shc/Makefile new file mode 100644 index 0000000000..4fec2bff29 --- /dev/null +++ b/board/bosch/shc/Makefile @@ -0,0 +1,10 @@ +# +# Makefile +# +# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := mux.o +obj-y += board.o |