diff options
Diffstat (limited to 'src/usr/runtime/makefile')
-rw-r--r-- | src/usr/runtime/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/runtime/makefile b/src/usr/runtime/makefile index 8482289a0..7f3e5d495 100644 --- a/src/usr/runtime/makefile +++ b/src/usr/runtime/makefile @@ -30,7 +30,8 @@ ROOTPATH = ../../.. MODULE = runtime -OBJS = populate_attributes.o hdatservice.o fakepayload.o + +OBJS = populate_attributes.o hdatservice.o fakepayload.o tce.o SUBDIRS = test.d |