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