diff options
Diffstat (limited to 'hw/hppa/Makefile.objs')
-rw-r--r-- | hw/hppa/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hppa/Makefile.objs b/hw/hppa/Makefile.objs index bef241ed25..67838f50a3 100644 --- a/hw/hppa/Makefile.objs +++ b/hw/hppa/Makefile.objs @@ -1 +1 @@ -obj-y += machine.o pci.o dino.o +obj-$(CONFIG_DINO) += pci.o machine.o dino.o |