diff options
| author | Stefano Babic <[email protected]> | 2015-10-30 14:52:51 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2015-10-30 14:52:51 +0100 |
| commit | e573bdb324c78fac56655a493bea843842c9d9f8 (patch) | |
| tree | 3933d354a6be71cbe66d583fec3f5b2479e596ee /drivers/timer/Makefile | |
| parent | a69fdc7787bfa2f27eed74c2ee58c28ce932d502 (diff) | |
| parent | 0eb4cf9c14315e1976a116de75da6f420ac0e8dd (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot
Diffstat (limited to 'drivers/timer/Makefile')
| -rw-r--r-- | drivers/timer/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile new file mode 100644 index 00000000000..ae66c07d0e4 --- /dev/null +++ b/drivers/timer/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (C) 2015 Thomas Chou <[email protected]> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_TIMER) += timer-uclass.o +obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o |
