# HG changeset patch # User mru # Date 1268079467 0 # Node ID ec7c0dcf0836bad9c9fe19eded778af44dd2c42c # Parent 5fbe87df731109482b63ba7390a46c8e19e5b971 checkheaders: skip per-arch headers not meant for direct inclusion Some of the per-arch headers are only meant to be used through the parent header of the same name. Testing these standalone does not make sense. diff -r 5fbe87df7311 -r ec7c0dcf0836 Makefile --- a/Makefile Mon Mar 08 19:59:54 2010 +0000 +++ b/Makefile Mon Mar 08 20:17:47 2010 +0000 @@ -50,6 +50,8 @@ DIRS = arm bfin sh4 x86 +ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h + include $(SUBDIR)../subdir.mak $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2