mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
14 lines
272 B
Makefile
14 lines
272 B
Makefile
|
#
|
||
|
# (C) Copyright 2006
|
||
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||
|
#
|
||
|
# (C) Copyright 2001
|
||
|
# Erik Theisen, Wave 7 Optics, etheisen@mindspring.com.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
#ccflags-y += -DDEBUG
|
||
|
|
||
|
obj-$(CONFIG_PWM_IMX) += pwm-imx.o pwm-imx-util.o
|