build: remove IRIX-specific build logic
[xfstests-dev.git] / src / Makefile
index cb608ad488e64a7221e30a47c46487e8edfed808..b8aff49e20d6c0982b87444ab7b1aca30e3695cd 100644 (file)
@@ -49,10 +49,6 @@ ifeq ($(PKG_PLATFORM),linux)
 TARGETS += $(LINUX_TARGETS)
 endif
 
-ifeq ($(PKG_PLATFORM),irix)
-LLDLIBS += -lgen
-endif
-
 ifeq ($(HAVE_DB), true)
 TARGETS += dbtest
 LLDLIBS += $(LIBGDBM)