diff options
author | Stefan Mavrodiev <stefan.mavrodiev@gmail.com> | 2016-10-03 13:08:35 +0300 |
---|---|---|
committer | Daniel Palmer <daniel@0x0f.com> | 2020-10-18 16:53:27 +0900 |
commit | ef178362108415979ec8cfaa051222599d07a68c (patch) | |
tree | 0377fe692398c89b6331daccd332a3bb3a60ac40 /board/olimex/am335x_som/Makefile | |
parent | 050acee119b3757fee3bd128f55d720fdd9bb890 (diff) |
Add support for AM335x Olimex boards
Signed-off-by: Stefan Mavrodiev <stefan.mavrodiev@gmail.com>
Diffstat (limited to 'board/olimex/am335x_som/Makefile')
-rw-r--r-- | board/olimex/am335x_som/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/olimex/am335x_som/Makefile b/board/olimex/am335x_som/Makefile new file mode 100644 index 0000000000..804ac379db --- /dev/null +++ b/board/olimex/am335x_som/Makefile @@ -0,0 +1,13 @@ +# +# Makefile +# +# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) +obj-y := mux.o +endif + +obj-y += board.o |