diff options
Diffstat (limited to 'drivers/tc/Makefile')
-rw-r--r-- | drivers/tc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tc/Makefile b/drivers/tc/Makefile index 83b5bd75ce2..96734269221 100644 --- a/drivers/tc/Makefile +++ b/drivers/tc/Makefile @@ -4,7 +4,7 @@ # Object file lists. -obj-$(CONFIG_TC) += tc.o +obj-$(CONFIG_TC) += tc.o tc-driver.o obj-$(CONFIG_ZS) += zs.o obj-$(CONFIG_VT) += lk201.o lk201-map.o lk201-remap.o |