Deselect a package in Makefile

I want to build a package which depends on 'iw-full', but it needs to deselect 'iw' otherwise they conflict

DEPENDS:=+iw-full

The Makefile specification offers only select a package... how can I deselect a package from Makefile ? Ideas?