2 # Copyright (C) 2013 Intel Corporation; author Matt Fleming
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, Inc., 53 Temple Place Ste 330,
7 # Boston MA 02111-1307, USA; either version 2 of the License, or
8 # (at your option) any later version; incorporated herein by reference.
11 include $(objdir
)/recipes.mk
15 ifeq ($(DERIVATIVE
),SYSLINUX
)
16 chaindisk_cfg
= chaindisk.cfg
17 chaindisk_files
= $(chaindisk_cfg
)
18 chaindisk_results
= chaindisk.results
22 tests
: banner chaindisk hdt
26 endif # ifeq ($(DERIVATIVE),SYSLINUX)
29 hdt_files
= $(hdt_cfg
)
30 hdt_results
= hdt.results
35 printf
" Running COM32 module regression tests...\n"