diff options
Diffstat (limited to 'hw/unicore32')
-rw-r--r-- | hw/unicore32/Makefile.objs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/unicore32/Makefile.objs b/hw/unicore32/Makefile.objs index b6a3383ae2..0725ce3ca7 100644 --- a/hw/unicore32/Makefile.objs +++ b/hw/unicore32/Makefile.objs @@ -1 +1,6 @@ # For UniCore32 machines and boards + +# PKUnity-v3 SoC and board information +obj-${CONFIG_PUV3} += puv3.o + +obj-y := $(addprefix ../,$(obj-y)) |