mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
11 lines
162 B
Makefile
11 lines
162 B
Makefile
#
|
|
# 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
|