From a2bc4321e49fa90933029596dd5fa322aad99de4 Mon Sep 17 00:00:00 2001 From: Gilles Gameiro Date: Tue, 10 Feb 2015 01:36:01 -0800 Subject: Adding Support for BAV335x boards --- board/birdland/bav335x/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 board/birdland/bav335x/Makefile (limited to 'board/birdland/bav335x/Makefile') diff --git a/board/birdland/bav335x/Makefile b/board/birdland/bav335x/Makefile new file mode 100644 index 0000000000..2fc56143c3 --- /dev/null +++ b/board/birdland/bav335x/Makefile @@ -0,0 +1,11 @@ +# +# Makefile +# +# Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem +# + +ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) +obj-y := mux.o +endif + +obj-y += board.o -- cgit v1.2.1